home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / interiorfx.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  516 b   |  32 lines

  1. textures/interior/ceiling_mural1
  2. {
  3.     {
  4.         map textures/special/goldenv.tga
  5.         tcGen environment
  6.     }
  7.     {
  8.         map textures/interior/ceiling_mural1.tga
  9.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  10.     }
  11.     {
  12.         map $lightmap
  13.         rgbGen Identity
  14.         blendFunc GL_DST_COLOR GL_ZERO
  15.     }
  16. }
  17.  
  18. textures/special/silverenv
  19. {
  20.     qer_keyword special
  21.     {
  22.         map textures/special/silverenv.tga
  23.         depthWrite
  24.         rgbGen identity
  25.     }
  26.     {
  27.         map $lightmap
  28.         rgbGen identity
  29.         blendFunc GL_DST_COLOR GL_ZERO
  30.         depthFunc equal
  31.     }
  32. }